home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / hack / 2_3 / newstuff / bugfix1 next >
Encoding:
Text File  |  1993-06-20  |  1.4 KB  |  43 lines

  1.  
  2. I got it to compile under Turbo C 1.5.  These are the changes I needed
  3. to make it compile:
  4.  
  5. topten.c : I wrote a little link() procedure for the LOGFILE code.
  6. Basically the pseudo-link() only looks to see if the lock file exists,
  7. and if not, creates it.
  8.  
  9. makedefs.c : Either use a -DMSDOS, or (like I did for portability),
  10. add an #ifdef __MSDOS__, #define MSDOS, #endif.
  11.  
  12. mkshop.c : Add a void mkzoo(), mkswamp() in mkshop() after the #ifdef
  13. WIZARD.
  14.  
  15. rip.c : Add ", 3" parameter to the strncmp(.., "Mr."/"Ms.") calls.
  16.  
  17. Then it compiled, but put little H's all over the screen.  I found the
  18. bug in tgoto.c in the termcap code.  Just add a *out = 0 before it
  19. returns.
  20.  
  21. Two other little mites:
  22.  
  23. msdos.c : the read_config_file() still reads 17 GRAPHICS values, just
  24. expand it in the obvious places if you want to customize the sink
  25. symbol.
  26.  
  27. pray.c : THEOLOGY knows about cursed armor, but doesn't know about
  28. Hawaiian shirts.  You can add uarmu to the end of the uarm... if's,
  29. enclosed in #IFDEF SHIRT of course.
  30.  
  31. One big mite:
  32.  
  33. All these changes made, it runs real pretty, but it goes catatonic
  34. when i go downstairs from the first level.  I'm looking for this one.
  35. I'll post the diffs for these problems when I get it working.
  36. -- 
  37. "...billions and billions..."            | Mike Threepoint (D-ro 3)
  38.             -- not Carl Sagan    | linhart@topaz.rutgers.edu
  39. "...hundreds if not thousands..."        | FidoNet 1:107/513
  40.             -- Pnews        | AT&T +1 (201)878-0937
  41.  
  42.  
  43.